home *** CD-ROM | disk | FTP | other *** search
/ Chip 2003 January / Chip_2003-01_cd2.bin / formats / MonkeysAudio / MAC_397F.exe / {app} / Documentation / main.css < prev   
Cascading Style Sheet File  |  2001-03-24  |  2KB  |  110 lines

  1. A,A:Visited,A:Active,A:Hover  {
  2.     font-family : Verdana,Arial,Helvetica,Sanserif;
  3. }
  4.  
  5. A:Hover  {
  6.     color : Red;
  7.     text-decoration : none;
  8. }
  9.  
  10. BODY,P  {
  11.     font-family : Verdana,Arial,Helvetica,Sanserif;
  12.     font-style : normal;
  13.     font-weight : normal;
  14.     color : Black;
  15.     background-color : White;
  16. }
  17.  
  18. H3.p  {
  19.     text-indent : 2cm;
  20. }
  21.  
  22. .options  {
  23.     text-indent : 0.5cm;
  24.     text-decoration : none;
  25.     color : #900808;
  26. }
  27.  
  28. .ss  {
  29.     font-size : xx-small;
  30.     font-weight : bold;
  31. }
  32.  
  33. P, .sf, UL, LI, OL  {
  34.     font-size : x-small;
  35. }
  36.  
  37. A.sf  {
  38.     font-weight : bold;
  39. }
  40.  
  41. .path  {
  42.     font-family : Courier,Serif;
  43.     font-style : normal;
  44.     font-weight : bold;
  45. }
  46.  
  47. .function  {
  48.     font-size : x-small;
  49.     background-color : #FFF0F0;
  50. }
  51.  
  52. .features  {
  53.     font-size : x-small;
  54.     background-color : #F0F0FF;
  55. }
  56.  
  57. .shortcut  {
  58.     font-size : xx-small;
  59.     font-weight : bold;
  60.     background-color : #F0FFF0;
  61. }
  62.  
  63. .filetype  {
  64.     font-size : x-small;
  65.     background-color : #F0F0FF;
  66. }
  67.  
  68. .errors  {
  69.     font-size : x-small;
  70.     background-color : #FF8080;
  71. }
  72.  
  73. .q  {
  74.     font-size : x-small;
  75.     font-weight : bold;
  76.     background-color : #FFECEC;
  77.     padding : 4px;
  78.     width : 96%;
  79. }
  80.  
  81. .a  {
  82.     font-size : x-small;
  83.     font-weight : normal;
  84.     margin-left : 16px;
  85.     width : 92%;
  86. }
  87.  
  88. .list  {
  89.     font-size : x-small;
  90.     font-weight : normal;
  91.     margin-left : 36px;
  92.     width : 92%;
  93. }
  94.  
  95. .c1a,.c2a,.c3a,.c4a,.c5a,.c6a {
  96.     font-size : normal;
  97.     font-weight : bold;
  98. }
  99.  
  100. .c1b,.c2b,.c3b,.c4b,.c5b,.c6b {
  101.     font-size : x-small;
  102.     font-weight : normal;
  103. }
  104.  
  105. .c1a,.c1b  {    background-color : #FFF8F8; }
  106. .c2a,.c2b  {    background-color : #F8FFF8; }
  107. .c3a,.c3b  {    background-color : #F6F6FF; }
  108. .c4a,.c4b  {    background-color : #E8FFF8; }
  109. .c5a,.c5b  {    background-color : #E8F0F8; }
  110. .c6a,.c6b  {    background-color : #FFFFF0; }